Class
ErrorExtensions<TError>
class ErrorExtensions<TError> where TError: IError
Namespace: System
Assembly: Raven.Core.dll
Source file: Error.rvn
Inheritance: object → ErrorExtensions<TError>
Provides context-building operations for strongly typed errors.
Type parameters
| Name | Description |
|---|---|
TError |
The error type being extended. |